home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / muds / lpmud312.tar / lpmud312 / mudwho.h < prev    next >
Text File  |  1991-10-31  |  610b  |  19 lines

  1. /*
  2.  * configuration file for mudwho entry update
  3.  * This is ONLY AN EXAMPLE! You have to talk to a server admin about your
  4.  * mud-internet-address, the name you will put in here and the password
  5.  * you want to use.
  6.  */
  7.  
  8. /* The ip-address of your mudwho server */
  9. #define MUDWHO_SERVER "134.2.62.161"
  10.  
  11. /* The name of your mud (The server admin must know it, too) */
  12. #define MUDWHO_NAME "Genesis"
  13.  
  14. /* The password you use for your mud to connect to the server */
  15. #define MUDWHO_PASSWORD "YourPassword"
  16.  
  17. /* How often LPmud sends out the "I'm still alive" packet and player list */
  18. #define MUDWHO_REFRESH_TIME 100
  19.